Data for Silverlight
UpdatableCollection<T> Class
Members 

C1.Silverlight.Data Namespace : UpdatableCollection<T> Class
Observable collection similar to the one in System.Collections.ObjectModel but with BeginUpdate/EndUpdate methods used to optionally suppress notifications.
Syntax
'Declaration
 
Public Class UpdatableCollection(Of T) 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
public class UpdatableCollection<T> : System.Collections.ObjectModel.ObservableCollection<T> 
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Silverlight.Data.UpdatableCollection<T>
            C1.Silverlight.Data.DataRowCollection
            C1.Silverlight.Data.NamedObjectCollection<T>

See Also

Reference

UpdatableCollection<T> Members
C1.Silverlight.Data Namespace